libavcodec: x86: Remove an explicit include of config.asm
authorMartin Storsjö <martin@martin.st>
Tue, 1 Oct 2024 20:59:41 +0000 (23:59 +0300)
committerSebastian Ramacher <sramacher@debian.org>
Fri, 21 Feb 2025 12:16:27 +0000 (13:16 +0100)
This file is never included explicitly anywhere else, it's only
included implicitly by passing -Pconfig.asm on the command line.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 5c4ede6b4ff6fa8818f0ca3f686aa54c1c2092b8)

Gbp-Pq: Name 0010-libavcodec-x86-Remove-an-explicit-include-of-config..patch

libavcodec/x86/celt_pvq_search.asm

index e9bff02650376379ce66ec206c4cfa66787d3e1a..3c6974d370c1f4a2750d84462f2f5ed14b37da86 100644 (file)
@@ -20,7 +20,6 @@
 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ;******************************************************************************
 
-%include "config.asm"
 %include "libavutil/x86/x86util.asm"
 
 %ifdef __NASM_VER__